home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual Thematic 10: University
/
CDAT10.iso
/
MENU2.DXR
/
Internal_53_boton instalar indice.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-10-20
|
295 b
|
20 lines
on mouseEnter
cursor(280)
sprite(21).visible = 1
end
on mouseLeave
cursor(0)
sprite(21).visible = 0
end
on mouseDown
if the frameLabel = "indice" then
open("./indice/setup.exe")
else
if the frameLabel = "guias" then
open("./geduca/setup.exe")
end if
end if
end